Conversation
A package in CWD will take precedence over system-installed packages without sys.path modifications, at least in non-archaic Python versions.
Implement and use the pytest fixture 'http_server'. Also, solve the TODO of selecting the first available free port instead of a hardcoded one. Resolves danvk#38
|
The tests pass both before & after this PR for me, so I'll go ahead and merge. |
|
Much appreciated, thank you! Are you planning to release a new version anytime soon? That would relieve me from having to patch our package. |
|
Do you want to become an owner of this package? |
|
I would not have anything against maintaining it upstream while it is in our repositories, sure. I don't think I would have time or interest to do any major development, however. |
|
Great. I've invited you to collaborate on both this repo and the pypi project. If you're interested, I think conversion to Poetry (#36) would be a nice addition to get in. |
|
Super, good suggestion. I'll start with tagging & publishing 1.3.4 from the current master and go from there, if you don't object :) |
|
Sounds good! |
Hey 👋 Arch Linux maintainer here
This ensures the tests pass on Arch Linux, with the following Python and pytest versions:
See commit messages for details.
Resolves #38